DecimalNINumericDecimalNIsGreaterThan Method
Determines whether the current value is greater than the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<DecimalN>.IsGreaterThan(
DecimalN value
)
Private Function IsGreaterThan (
value As DecimalN
) As Boolean Implements INumeric(Of DecimalN).IsGreaterThan
private:
virtual bool IsGreaterThan(
DecimalN value
) sealed = INumeric<DecimalN>::IsGreaterThan
private abstract IsGreaterThan :
value : DecimalN -> bool
private override IsGreaterThan :
value : DecimalN -> bool
- value DecimalN
- The value to compare with the current value.
Boolean if the current value is greater than
value; otherwise,
.
INumericTSelfIsGreaterThan(TSelf)